'Declaration Public Function Contains( _
ByVal itemThe key/value pair to locate in the dictionary.As System.Collections.Generic.KeyValuePair(Of String,T) _
) As Boolean
public bool Contains(
System.Collections.Generic.KeyValuePair<string,T> item
)
public: bool Contains(
System.Collections.Generic.KeyValuePair<string,T*>* item
)
public:
bool Contains(
System.Collections.Generic.KeyValuePair<string,T^>^ item
)
Parameters
- item
- The key/value pair to locate in the dictionary.
Return Value
True if key/value pair is found in the dictionary; otherwise, false.